home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCGUIA 127
/
PC Guia 127.iso
/
Software
/
Utils
/
NEW - Stylish
/
Bin
/
stylish-0.2.1-fx+fl+tb.xpi
/
chrome
/
stylish.jar
/
content
/
stylish-default.rdf
< prev
next >
Wrap
Extensible Markup Language
|
2005-12-28
|
5KB
|
151 lines
<?xml version="1.0"?>
<RDF:RDF xmlns:stylish="urn:stylish#"
xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<RDF:Description RDF:about="rdf:#$0az2D3"
stylish:description="Move tabbar to the left"
stylish:enabled="false">
<stylish:code>@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* Display the tabbar on the left */
#content > tabbox {
-moz-box-orient: horizontal;
}
.tabbrowser-strip {
-moz-box-orient: vertical;
/* note: you can set this to -moz-scrollbars-vertical instead,
but then the scrollbar will *always* be visible. this way
there is never a scrollbar, so it behaves like the tab bar
normally does */
overflow: -moz-scrollbars-none;
}
.tabbrowser-tabs {
-moz-box-orient: horizontal;
min-width: 10ex; /* you may want to increase this value */
-moz-box-align: start;
}
.tabbrowser-tabs > hbox {
-moz-box-orient: vertical;
-moz-box-align: stretch;
}
.tabbrowser-tabs > hbox > tab {
-moz-box-align: start;
-moz-box-orient: horizontal;
}
/* remove the close-tab button */
.tabbrowser-tabs > stack {
display: none;
}</stylish:code>
</RDF:Description>
<RDF:Description RDF:about="rdf:#$zbz2D3"
stylish:description="Different cursor for links that open in new windows"
stylish:enabled="false">
<stylish:code>/* Change cursor for links that open in new window */
:link[target="_blank"], :visited[target="_blank"],
:link[target="_new"], :visited[target="_new"] {
cursor: crosshair;
}</stylish:code>
</RDF:Description>
<RDF:Seq RDF:about="urn:stylish:userstyles">
<RDF:li RDF:resource="rdf:#$E9z2D3"/>
<RDF:li RDF:resource="rdf:#$0az2D3"/>
<RDF:li RDF:resource="rdf:#$5az2D3"/>
<RDF:li RDF:resource="rdf:#$9az2D3"/>
<RDF:li RDF:resource="rdf:#$Aaz2D3"/>
<RDF:li RDF:resource="rdf:#$sbz2D3"/>
<RDF:li RDF:resource="rdf:#$zbz2D3"/>
<RDF:li RDF:resource="rdf:#$Obz2D3"/>
</RDF:Seq>
<RDF:Description RDF:about="rdf:#$sbz2D3"
stylish:description="Disable marquee"
stylish:enabled="false">
<stylish:code>marquee {
-moz-binding : none !important;
display : block;
height : auto !important;
}</stylish:code>
</RDF:Description>
<RDF:Description RDF:about="rdf:#$Obz2D3"
stylish:description="slashdot.org - Remove ads"
stylish:enabled="false"
stylish:domain="slashdot.org">
<stylish:code>@-moz-document domain(slashdot.org) {
#advertisement-content { display: none; }
#advertisement-title { display: none; }
.ad1, .ad2, .ad3, .ad4, .ad5, .ad6, .ad7, .ad8, .ad9, .ad10 { display: none; }
}</stylish:code>
</RDF:Description>
<RDF:Description RDF:about="rdf:#$9az2D3"
stylish:description="Move tabbar to the right"
stylish:enabled="false">
<stylish:code>@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* Display the tabbar on the left */
#content > tabbox {
-moz-box-orient: horizontal;
}
.tabbrowser-strip {
-moz-box-orient: vertical;
/* note: you can set this to -moz-scrollbars-vertical instead,
but then the scrollbar will *always* be visible. this way
there is never a scrollbar, so it behaves like the tab bar
normally does */
overflow: -moz-scrollbars-none;
}
.tabbrowser-tabs {
-moz-box-orient: horizontal;
min-width: 10ex; /* you may want to increase this value */
-moz-box-align: start;
}
.tabbrowser-tabs > hbox {
-moz-box-orient: vertical;
-moz-box-align: stretch;
}
.tabbrowser-tabs > hbox > tab {
-moz-box-align: start;
-moz-box-orient: horizontal;
}
/* remove the close-tab button */
.tabbrowser-tabs > stack {
display: none;
}
/* Instead, display the tabbar on the right */
#content > tabbox { -moz-box-direction: reverse; }</stylish:code>
</RDF:Description>
<RDF:Description RDF:about="rdf:#$Aaz2D3"
stylish:description="Multiple row bookmark toolbar"
stylish:enabled="false">
<stylish:code>@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* Multi-row bookmarks toolbar */
#bookmarks-ptf {display:block}
#bookmarks-ptf toolbarseparator {display:inline}</stylish:code>
</RDF:Description>
<RDF:Description RDF:about="rdf:#$5az2D3"
stylish:description="Move tabbar to the bottom"
stylish:enabled="false">
<stylish:code>@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/* Display the tabbar at the bottom */
#content > tabbox { -moz-box-direction: reverse; }</stylish:code>
</RDF:Description>
<RDF:Description RDF:about="rdf:#$E9z2D3"
stylish:description="Disable autocomplete"
stylish:enabled="false">
<stylish:code>@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#PopupAutoComplete > .autocomplete-tree { display: none !important; }
.autocomplete-history-dropmarker { display: none !important; }</stylish:code>
</RDF:Description>
</RDF:RDF>